home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / CHIP Turkiye Mart 1999.iso / 101 / araclar / kcdemu 15 / Kemu / kcdline.bat < prev    next >
DOS Batch File  |  1998-09-06  |  639b  |  23 lines

  1. @ Echo off
  2. IF (%1)==(/h) GOTO HELPME
  3. if (%1)==/H goto HELPME
  4. if (%1)==/? goto HELPME
  5. Echo Command Line Drive Creater.
  6. Echo REMEMBER! The syntax is kcdline [path to actual dir] [virtual drive]
  7. Echo Do not be smart and add in anything extra like slash(/) or anything else.
  8. Echo Type kcdline /h for more info.
  9. IF (%1)==() GOTO HELPME
  10. IF (%2)==() GOTO HELPME
  11. @ echo @ kcddos %2 %1 >> runme.bat
  12. goto END
  13. :HELPME
  14. echo.
  15. echo.
  16. echo To use this program, type 'kcdline [path to actual dir] [virtual drive]'.
  17. echo EG. kcdline i: c:\mydir
  18. echo Copyright 1998 CkWhy & Koshikan Corp. All rights reserved.
  19. echo.
  20. echo.
  21. goto END
  22. :END
  23.